home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacWorld 1998 February
/
Macworld (1998-02).dmg
/
Inside Macworld
/
Alphamania 2 & Effector Sets
/
AlphaMania 2
/
methods and modes.dir
/
00048_Script_48
< prev
next >
Wrap
Text File
|
1997-12-19
|
330b
|
9 lines
on mouseUp
global kCandyHeartSprite
if VerifyEffect(#hsb) then
if the drawmethod of member the castNum of sprite kCandyHeartSprite = #reveal then removealleffects(sprite kCandyHeartSprite)
hsb(sprite kCandyHeartSprite, [animMode:#infinite, numFrames:15])
else
UpdateOutput("ESINotInstalled")
end if
end